Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:alexdlaird/java-ngrok into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Jan 11, 2025
2 parents c5fe565 + 7606895 commit 9850b75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased](https://github.com/alexdlaird/java-ngrok/compare/2.3.5...HEAD)

## [2.3.5](https://github.com/alexdlaird/java-ngrok/compare/2.3.4...2.3.5) - 2024-01-08
## [2.3.5](https://github.com/alexdlaird/java-ngrok/compare/2.3.4...2.3.5) - 2025-01-08

### Added

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id "idea"
id "com.adarshr.test-logger" version "4.0.0"
id "checkstyle"
id "com.github.spotbugs" version "6.0.26"
id "com.github.spotbugs" version "6.0.27"
}

group "com.github.alexdlaird"
Expand All @@ -25,10 +25,10 @@ repositories {
dependencies {
implementation "com.google.code.gson:gson:2.11.0"
implementation "org.yaml:snakeyaml:2.3"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.3"
testImplementation "org.mockito:mockito-core:5.14.2"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.4"
testImplementation "org.mockito:mockito-core:5.15.2"
testImplementation "org.hamcrest:hamcrest:3.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.3"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.4"
}

tasks.register("createProperties", WriteProperties) {
Expand Down

0 comments on commit 9850b75

Please sign in to comment.