Skip to content

Commit

Permalink
Merge pull request #467 from telekom/feature/update-google-guice
Browse files Browse the repository at this point in the history
Feature/update google guice
  • Loading branch information
martingrossmann authored Jan 29, 2025
2 parents cd82619 + 23bb892 commit 99d58db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {
subprojects {
group 'io.testerra'
version moduleVersion
archivesBaseName = "testerra"
base.archivesName = "testerra"

apply plugin: 'maven-publish' // tasks publish and publishToMavenLocal
apply plugin: 'jacoco-report-aggregation'
Expand Down
5 changes: 2 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ dependencies {
api project(':logging')

// <Testerra>
// @see https://github.com/google/guice/issues/1256
api 'com.google.inject:guice:4.2.2:no_aop'
api 'com.google.inject.extensions:guice-assistedinject:4.2.2'
api 'com.google.inject:guice:6.0.0'
api 'com.google.inject.extensions:guice-assistedinject:6.0.0'
implementation 'org.reflections:reflections:0.9.12'
// </Testerra>

Expand Down

0 comments on commit 99d58db

Please sign in to comment.