Skip to content

Commit

Permalink
fix junit (#1674)
Browse files Browse the repository at this point in the history
* fix junit

* trigger config server test
  • Loading branch information
EddeCCC authored Nov 15, 2024
1 parent 67da2de commit 457ea32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions components/inspectit-ocelot-configurationserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,10 @@ dependencies {
configServerLibs.orgFlywaydbFlywayCore,
configServerLibs.bundles.jgit,
configServerLibs.comGoogleCodeGson,
configServerLibs.comGoogleGuava,

// swagger
libs.orgSpringdocSpringdocOpenapiUi,

configServerLibs.comGoogleGuava
libs.orgSpringdocSpringdocOpenapiUi
)
testImplementation(
configServerLibs.orgSpringframeworkBootSpringBootStarterTest,
Expand Down
2 changes: 1 addition & 1 deletion gradle/configserverlibs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ioJsonwebtoken = "0.12.6"
orgEclipseJgit = "7.0.0.202409031743-r"
orgMockito = "5.14.2"
orgJunitJupiter = "5.11.3"
orgJunitJupiter = "5.10.5"
orgSpringframeworkBoot = { strictly = "3.3.5" }
orgSpringframeworkSecurity = "6.3.4"

Expand Down

0 comments on commit 457ea32

Please sign in to comment.