Skip to content

Commit

Permalink
Update to Spring Boot 3.2.4 and re-enable ArchUnit for running on Git…
Browse files Browse the repository at this point in the history
…Hub.
  • Loading branch information
tedyoung committed Apr 2, 2024
1 parent fea57ab commit d1f92b8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.jitterted</groupId>
<artifactId>ensembler</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
<name>ensembler</name>
<description>Ensemble Registration Manager</description>
<properties>
Expand Down Expand Up @@ -136,12 +136,12 @@
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.tngtech.archunit</groupId>-->
<!-- <artifactId>archunit-junit5</artifactId>-->
<!-- <version>1.2.1</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit-junit5</artifactId>
<version>1.2.1</version>
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/net.sourceforge.htmlunit/htmlunit -->
<dependency>
Expand Down

0 comments on commit d1f92b8

Please sign in to comment.