Skip to content

Commit

Permalink
Merge pull request #76 from fmjsjx/up-to-version-3_7_0
Browse files Browse the repository at this point in the history
Up to version 3.7.0
  • Loading branch information
fmjsjx committed Jan 3, 2024
2 parents eb6361f + d89328e commit b1d019b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A set of some common useful libraries.
<dependency>
<groupId>com.github.fmjsjx</groupId>
<artifactId>libcommon-bom</artifactId>
<version>3.7.0-RC1</version>
<version>3.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -52,7 +52,7 @@ repositories {
dependencies {
// BOM
implementation platform('com.github.fmjsjx:libcommon-bom:3.7.0-RC1')
implementation platform('com.github.fmjsjx:libcommon-bom:3.7.0')
// Common Utility
implementation 'com.github.fmjsjx:libcommon-util'
// JSON library based on Fastjson2
Expand All @@ -71,7 +71,7 @@ repositories {

dependencies {
// BOM
implementation(platform("com.github.fmjsjx:libcommon-bom:3.7.0-RC1"))
implementation(platform("com.github.fmjsjx:libcommon-bom:3.7.0"))
// Common Utility
implementation("com.github.fmjsjx:libcommon-util")
// JSON library based on Fastjson2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.github.fmjsjx"
version = "3.7.0-RC1"
version = "3.7.0"

publishing {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion libcommon-prometheus-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dependencies {
implementation("org.slf4j:slf4j-api")

api("io.prometheus:prometheus-metrics-core")
api("io.prometheus:prometheus-metrics-exposition-formats")

testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("org.apache.logging.log4j:log4j-slf4j-impl")
testImplementation("io.prometheus:prometheus-metrics-exposition-formats")
testImplementation("org.mockito:mockito-core")
}

Expand Down

0 comments on commit b1d019b

Please sign in to comment.