Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into validation-speedup-…
Browse files Browse the repository at this point in the history
…experiments

# Conflicts:
#	build.gradle
  • Loading branch information
Pfeil committed Dec 12, 2024
2 parents a04dc32 + 63a2274 commit 9b89c01
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id "io.spring.dependency-management" version "1.1.6"
// Lombok generates getter and setter and more. https://projectlombok.org/
// check for new versions here: https://plugins.gradle.org/plugin/io.freefair.lombok
id "io.freefair.lombok" version "8.10.2"
id "io.freefair.lombok" version "8.11"
// Release tagging with `./gradlew release`
// Check for new versions here: https://plugins.gradle.org/plugin/net.researchgate.release
// Usage: https://github.com/researchgate/gradle-release
Expand All @@ -19,7 +19,7 @@ plugins {
id 'jacoco'
// Adds coveralls task for CI to send results to the coveralls service.
id "com.github.kt3k.coveralls" version "2.12.2"
id "org.owasp.dependencycheck" version "11.1.0"
id "org.owasp.dependencycheck" version "11.1.1"
// include build and git information via Spring Actuator
id "com.gorylenko.gradle-git-properties" version "2.4.2"
}
Expand All @@ -34,7 +34,6 @@ jacoco {
toolVersion = "0.8.11"
}

archivesBaseName = 'TypedPIDMaker'
description = "A gateway to manage PIDs containing profiles and typed attributes."
group = 'edu.kit.datamanager'

Expand All @@ -55,8 +54,8 @@ ext {
dependencies {
// Due to the spring boot gradle plugin, we can omit versions in org.springframework.*
// dependencies. It will automatically choose the fitting ones.
implementation("edu.kit.datamanager:service-base:1.3.1")
implementation("edu.kit.datamanager:repo-core:1.2.2")
implementation("edu.kit.datamanager:service-base:1.3.2")
implementation("edu.kit.datamanager:repo-core:1.2.3")
// AsyncLoadingCache https://github.com/ben-manes/caffeine
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")

Expand Down

0 comments on commit 9b89c01

Please sign in to comment.