-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/exam-mode/add-sidebar-with-large-…
…cards Pull latest changes from develop
- Loading branch information
Showing
13 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -228,7 +228,7 @@ dependencies { | |
|
||
// Note: jenkins-client is not well maintained and includes dependencies to libraries with critical security issues (e.g. CVE-2020-10683 for [email protected]) | ||
// implementation "com.offbytwo.jenkins:jenkins-client:0.3.8" | ||
implementation files("libs/jenkins-client-0.4.0.jar") | ||
implementation files("libs/jenkins-client-0.4.1.jar") | ||
// The following 4 dependencies are explicitly integrated as transitive dependencies of jenkins-client-0.4.0.jar | ||
implementation "org.apache.httpcomponents.client5:httpclient5:5.3.1" | ||
implementation "org.apache.httpcomponents.core5:httpcore5:5.2.4" | ||
|
@@ -268,7 +268,7 @@ dependencies { | |
|
||
// Note: spring-security-lti13 does not work with jakarta yet, so we built our own custom version and declare its transitive dependencies below | ||
// implementation "uk.ac.ox.ctl:spring-security-lti13:0.1.11" | ||
implementation files("libs/spring-security-lti13-0.1.12.jar") | ||
implementation files("libs/spring-security-lti13-0.1.13.jar") | ||
|
||
// https://search.maven.org/artifact/org.eclipse.jgit/org.eclipse.jgit | ||
implementation "org.eclipse.jgit:org.eclipse.jgit:${jgit_version}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ artemis: | |
name: Artemis | ||
email: [email protected] | ||
athena: | ||
url: http://localhost:5000 | ||
url: http://localhost:5100 | ||
secret: abcdef12345 | ||
restricted-modules: module_text_llm,module_programming_llm | ||
apollon: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ artemis: | |
name: Artemis | ||
email: [email protected] | ||
athena: | ||
url: http://localhost:5000 | ||
url: http://localhost:5100 | ||
secret: abcdef12345 | ||
restricted-modules: module_text_test_restricted,module_programming_test_restricted | ||
apollon: | ||
|