Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 5641021 commit 4cb99da
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 @@ -25,14 +25,14 @@ dependencies {
implementation 'io.grpc:grpc-netty-shaded:1.68.1'

testImplementation 'org.jetbrains.teamcity:tests-support:2024.12'
testImplementation 'org.jetbrains.teamcity:server-api:2024.07'
testImplementation 'org.jetbrains.teamcity:server-api:2024.12'
testImplementation 'org.apache.commons:commons-text:1.12.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'

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

test {
Expand Down

0 comments on commit 4cb99da

Please sign in to comment.