Skip to content

Commit

Permalink
updated more dependency versions. Only log4j-extras and perhaps commo…
Browse files Browse the repository at this point in the history
…ns-collections 3.2.2 missing
  • Loading branch information
TheRealNestor committed Dec 14, 2023
1 parent f9bd7a8 commit e772885
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion orchestration/webapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,26 @@
<groupId>org.into-cps.orchestration</groupId>
<artifactId>webapi</artifactId>
<properties>
<sprintboot.version>2.2.11.RELEASE</sprintboot.version>
<sprintboot.version>3.1.0</sprintboot.version>
<log4j2.version>2.12.1</log4j2.version>
</properties>


<dependencies>
<!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit e772885

Please sign in to comment.