Skip to content

Commit

Permalink
update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Dec 9, 2023
1 parent bbeeb9b commit b3aeff9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This library was designed to give an easy class for developers to use when they

The jar is available in Maven Central and can be included via gradle:
```Gradle
implementation 'com.pnuema.java:barcode:2.1'
implementation 'com.pnuema.java:barcode:2.5'
```

Then use the library to generate a barcode via:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
extra["gradle"] = "8.4"
extra["gradle"] = "8.5"
extra["javaVersion"] = JavaVersion.VERSION_11
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.pnuema.java
VERSION_NAME=2.4
VERSION_NAME=2.5
POM_ARTIFACT_ID=barcode

POM_NAME=Barcode-Java
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
vanniktech-maven-publish = "0.25.3"
junit = "4.13.2"
kotlin= "1.9.0"
kotlin= "1.9.21"
tomlChecker = "0.47.0"
gradleCacheFix = "2.7.1"
gradleCacheFix = "3.0"
dokka = "1.8.20"

[libraries]
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.13.4"
id("com.gradle.enterprise") version "3.16"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit b3aeff9

Please sign in to comment.