Skip to content

Commit

Permalink
Upgrade dependencies, update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jecklgamis committed Oct 8, 2024
1 parent db1459c commit 4ffdf59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ keystore:
@./generate-keystore.sh
chart:
cd deployment/k8s/helm && make package
all: dist image chart
all: dist image
up: all run
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.4.0-RC1-bin-20231218-ec2b8bc-NIGHTLY</version>
<version>3.6.0-RC1-bin-20241007-6c7619a-NIGHTLY</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -66,22 +66,22 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.16.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.13</artifactId>
<version>2.16.0</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.1.0-M1</version>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 4ffdf59

Please sign in to comment.