Skip to content

Commit

Permalink
Bump org.jetbrains.teamcity:server-api from 2023.11 to 2023.11.1
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.teamcity:server-api from 2023.11 to 2023.11.1.

---
updated-dependencies:
- dependency-name: org.jetbrains.teamcity:server-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 9044baf commit 555cd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ dependencies {
implementation 'io.grpc:grpc-netty-shaded:1.60.1'

testImplementation 'org.jetbrains.teamcity:tests-support:2023.11'
testImplementation 'org.jetbrains.teamcity:server-api:2023.11'
testImplementation 'org.jetbrains.teamcity:server-api:2023.11.1'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.8.0'
testImplementation 'org.mockito:mockito-core:5.8.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'

//provided by the environment, so we dont need to package it.
provided 'org.jetbrains.teamcity:server-api:2023.11'
provided 'org.jetbrains.teamcity:server-api:2023.11.1'
}

test {
Expand Down

0 comments on commit 555cd3a

Please sign in to comment.