Skip to content

Commit

Permalink
spring boot 3.3.2 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kozjan committed Sep 6, 2024
1 parent 51c3967 commit 6c53f9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.22.0]
### Changed
- Spring Boot update to 3.3.2

## [0.21.0]
### Changed
- Added `paths` field in API to support Glob Patterns
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id "org.jlleitschuh.gradle.ktlint-idea" version "10.2.0"
id "io.gitlab.arturbosch.detekt" version "1.18.0"
id 'io.github.gradle-nexus.publish-plugin' version '1.0.0'
id 'org.springframework.boot' version '3.1.2' apply false
id 'org.springframework.boot' version '3.3.2' apply false

}

Expand Down Expand Up @@ -49,14 +49,15 @@ allprojects {

project.ext.versions = [
java_controlplane : '1.0.45',
spring_boot : '3.1.2',
spring_boot : '3.3.2',
grpc : '1.48.1',
ecwid_consul : '1.4.1',
toxiproxy : '2.1.3',
consul_recipes : '0.9.1',
cglib : '3.2.9',
re2j : '1.3',
xxhash : '0.10.1',
dropwizard : '4.2.26'
]

dependencyManagement {
Expand Down
2 changes: 1 addition & 1 deletion envoy-control-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
api group: 'com.fasterxml.jackson.module', name: 'jackson-module-afterburner'
api group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin'
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-reflect'
api group: 'io.dropwizard.metrics', name: 'metrics-core'
api group: 'io.dropwizard.metrics', name: 'metrics-core', version: versions.dropwizard
api group: 'io.micrometer', name: 'micrometer-core'
implementation group: 'com.google.re2j', name: 're2j', version: versions.re2j

Expand Down

0 comments on commit 6c53f9d

Please sign in to comment.