Skip to content

Commit

Permalink
Merge branch 'main' into release/1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KochTobi authored Nov 14, 2024
2 parents b7e6d19 + 4dae284 commit c22759f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion domain-concept/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.18.0</version>
<version>2.18.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.11</version>
<version>1.5.12</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<maven.compiler.target>17</maven.compiler.target>
<jakarta.persistence.version>3.2.0</jakarta.persistence.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.18.0</jackson.version>
<jackson.version>2.18.1</jackson.version>
</properties>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.5</version>
</parent>

<repositories>
Expand Down

0 comments on commit c22759f

Please sign in to comment.