Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update plugin io.gatling.gradle to v3.13.1.2 #384

Merged
merged 2 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- fix(deps): update dependency org.jsoup:jsoup to v1.18.3
- chore(deps): update alpine docker tag to v3.21.0
- Outbound API call throttling logic to be per incoming request instead of global
- chore(deps): update plugin io.gatling.gradle to v3.13.1.2

## [3.1.0] - 2024-10-22
### Changed
Expand Down Expand Up @@ -192,4 +193,4 @@ with `LOGGER_LEVELS` prefix supported out of the box by micronaut
- [#35](https://github.com/devatherock/artifactory-badge/issues/35): Handled HTTP errors from `shields.io`

### Removed
- [#13](https://github.com/devatherock/artifactory-badge/issues/13): Apache HTTP Client
- [#13](https://github.com/devatherock/artifactory-badge/issues/13): Apache HTTP Client
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'org.sonarqube' version '6.0.1.5171'
id 'com.github.kt3k.coveralls' version '2.12.2'
id 'com.diffplug.spotless' version '6.25.0'
id 'io.gatling.gradle' version '3.13.1'
id 'io.gatling.gradle' version '3.13.1.2'
}

version "3.0.0"
Expand Down