Skip to content

Commit

Permalink
Merge pull request #213 from ls1intum/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
valentin-boehm authored Apr 13, 2024
2 parents 6943b63 + 8bfd00c commit 0a8b281
Show file tree
Hide file tree
Showing 4 changed files with 1,251 additions and 1,102 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.6-jdk17 AS build
FROM gradle:8.7-jdk17 AS build

COPY --chown=gradle:gradle . /home/gradle/src
WORKDIR /home/gradle/src
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ dependencies {
implementation "io.dropwizard.metrics:metrics-core"
implementation "org.springframework.security:spring-security-messaging"
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("commons-io:commons-io:2.15.1")
implementation("commons-io:commons-io:2.16.1")
implementation("com.thedeanda:lorem:2.2")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.9.0.202403050737-r")
implementation("io.reactivex.rxjava3:rxjava:3.1.8")
Expand Down
Loading

0 comments on commit 0a8b281

Please sign in to comment.