Skip to content

Commit

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

---
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 Jul 16, 2024
1 parent 57640ca commit 58e978f
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.65.1'

testImplementation 'org.jetbrains.teamcity:tests-support:2024.03'
testImplementation 'org.jetbrains.teamcity:server-api:2024.03'
testImplementation 'org.jetbrains.teamcity:server-api:2024.07'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0'
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'

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

test {
Expand Down

0 comments on commit 58e978f

Please sign in to comment.