Skip to content

Commit

Permalink
feature toggle service
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshamavani committed Jul 17, 2023
1 parent 0ba5e88 commit b00f5c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.6</version>
<version>3.0.5</version>
</parent>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions services/feature-toggle-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-spring-boot-starter</artifactId>
<version>4.0,0-M2</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-console</artifactId>
<version>4.0,0-M2</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-spring-security</artifactId>
<version>4.0,0-M2</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit b00f5c1

Please sign in to comment.