Skip to content

Commit

Permalink
update java-control-plane to 1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
kozjan committed Jun 24, 2024
1 parent 1f83855 commit 7be4a0c
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 1,298 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Lists all changes with user impact.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [0.20.15]
### Changed
- Updated java-control-plane to 1.0.45 - remove custom SimpleCache modification in favor of java-control-plane implementation

## [0.20.14]
### Changed
- Added test to check circuit breaker metric value
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ allprojects {
apply plugin: 'io.spring.dependency-management'

project.ext.versions = [
java_controlplane : '1.0.37',
java_controlplane : '1.0.45',
spring_boot : '3.1.2',
grpc : '1.48.1',
ecwid_consul : '1.4.1',
Expand Down
Loading

0 comments on commit 7be4a0c

Please sign in to comment.