Skip to content

Commit

Permalink
Bump org.jetbrains.teamcity:server-api from 2023.11.1 to 2024.03 (#258)
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.teamcity:server-api from 2023.11.1 to 2024.03.

---
updated-dependencies:
- dependency-name: org.jetbrains.teamcity:server-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent b7d90b8 commit bf42118
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.62.2'

testImplementation 'org.jetbrains.teamcity:tests-support:2024.03'
testImplementation 'org.jetbrains.teamcity:server-api:2023.11.1'
testImplementation 'org.jetbrains.teamcity:server-api:2024.03'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.11.0'
testImplementation 'org.mockito:mockito-core:5.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'

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

test {
Expand Down

0 comments on commit bf42118

Please sign in to comment.