Skip to content

Commit

Permalink
Merge pull request #93 from DaspawnW/bump-dependencies
Browse files Browse the repository at this point in the history
bump dependencies and have fingers 🤞
  • Loading branch information
DaspawnW authored Oct 19, 2022
2 parents a3dc895 + 26d1439 commit 14801c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.12</version>
<version>2.6.12</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<fabric8.version>5.11.2</fabric8.version>
<fabric8.version>6.1.1</fabric8.version>
<logback.version>1.2.8</logback.version>
<log4j2.version>2.16.0</log4j2.version>
</properties>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.1.5.Final</version>
<version>8.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -59,13 +59,13 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.0.5</version>
<version>3.1.1</version>
</dependency>

<dependency>
<groupId>com.hubspot.jinjava</groupId>
<artifactId>jinjava</artifactId>
<version>2.5.4</version>
<version>2.6.0</version>
</dependency>


Expand All @@ -77,13 +77,13 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>2.17.0</version>
<version>2.27.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.58</version>
<version>1.70</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 14801c5

Please sign in to comment.