Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into feature/#720-p…
Browse files Browse the repository at this point in the history
…ossibility-to-download-the-project-information
  • Loading branch information
sven1103 committed Oct 18, 2024
2 parents d0fcb5a + fead4de commit 1b8f155
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion identity-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jakarta-server</artifactId>
<version>2.35.0</version>
<version>2.37.0</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.7</version>
<version>1.5.10</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.7</version>
<version>1.5.10</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<properties>
<java.version>17</java.version>
<vaadin.version>24.4.11</vaadin.version>
<vaadin.version>24.4.13</vaadin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<jakarta.persistence.version>3.2.0</jakarta.persistence.version>
Expand Down Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>4.0.22</version>
<version>4.0.23</version>
<type>pom</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 1b8f155

Please sign in to comment.