Skip to content

Commit

Permalink
bump dao-impl + sever-helgoland versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeckiJ committed Nov 14, 2023
1 parent cb462a8 commit b985927
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
<!-- 52N dependency versions -->
<version.n52.common.xml>2.7.0</version.n52.common.xml>
<version.arctic-sea>10.1.1</version.arctic-sea>
<version.helgoland.api>3.5.0</version.helgoland.api>
<version.helgoland.api>3.5.1</version.helgoland.api>
<version.db-model>4.0.1</version.db-model>
<version.dao-impl>4.0.1</version.dao-impl>
<version.dao-impl>4.0.5</version.dao-impl>
<version.helgoland-adapters>2.0.1</version.helgoland-adapters>
<version.springframework>5.3.24</version.springframework>
<version.springframework.security>5.7.5</version.springframework.security>
<version.springframework.data>2.7.6</version.springframework.data>
<version.springframework.data>2.7.11</version.springframework.data>
<version.spring-data-entity-graph>2.7.10</version.spring-data-entity-graph>
<version.aspectj>1.9.9.1</version.aspectj>
<version.saxon>12.0</version.saxon>
Expand Down Expand Up @@ -581,6 +581,10 @@
<groupId>org.n52.sensorweb-server.dao-impl</groupId>
<artifactId>dao-impl-dao</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit b985927

Please sign in to comment.