Skip to content

Commit

Permalink
Prepare for release 0.5.0. Depends on Spring Boot 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi committed Aug 27, 2024
1 parent 9ca0b20 commit ae08abf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Add the following `dependency` to your application's `pom.xml` file
<dependency>
<groupId>org.cftoolsuite.actuator</groupId>
<artifactId>spring-boot-starter-runtime-metadata</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
```

Expand All @@ -134,7 +134,7 @@ Add the following `dependency` to your application's `build.gradle` file

```
dependencies {
compile group: 'org.cftoolsuite.actuator', name: 'spring-boot-starter-runtime-metadata', version: '0.4.0'
compile group: 'org.cftoolsuite.actuator', name: 'spring-boot-starter-runtime-metadata', version: '0.5.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.cftoolsuite.actuator</groupId>
<artifactId>spring-boot-starter-runtime-metadata</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>

<name>spring-boot-starter-runtime-metadata</name>
<description>Adds custom actuator endpoints that share details on the dependencies the application requires at runtime</description>
Expand Down

0 comments on commit ae08abf

Please sign in to comment.