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

Bump the maven group with 8 updates #956

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps the maven group with 8 updates:

Package Update
kotlinx-coroutines-reactor 1.7.1 to 1.7.2
logstash-logback-encoder 7.3 to 7.4
embedded-postgres-binaries-bom 12.15.0 to 13.4.0
json 20230227 to 20230618
kotlin-maven-allopen 1.8.22 to 1.9.0
flyway-core 9.19.4 to 9.20.1
validation-model 1.22.2 to 1.24.1
logback-classic 1.4.7 to 1.4.8

Updates kotlinx-coroutines-reactor from 1.7.1 to 1.7.2

Release notes

Sourced from kotlinx-coroutines-reactor's releases.

1.7.2

Bug fixes and improvements

  • Coroutines debugger no longer keeps track of coroutines with empty coroutine context (#3782).
  • CopyableThreadContextElement now properly copies an element when crossing the coroutine boundary in flowOn (#3787). Thanks @​wanyingd1996!
  • Coroutine timeouts no longer prevent K/N newSingleThreadContext from closing (#3768).
  • A non-linearizability in Mutex during tryLock/unlock sequence with owners is fixed (#3745).
  • Atomicfu version is updated to 0.21.0.
Changelog

Sourced from kotlinx-coroutines-reactor's changelog.

Version 1.7.2

Bug fixes and improvements

  • Coroutines debugger no longer keeps track of coroutines with empty coroutine context (#3782).
  • CopyableThreadContextElement now properly copies an element when crossing the coroutine boundary in flowOn (#3787). Thanks @​wanyingd1996!
  • Coroutine timeouts no longer prevent K/N newSingleThreadContext from closing (#3768).
  • A non-linearizability in Mutex during tryLock/unlock sequence with owners is fixed (#3745).
  • Atomicfu version is updated to 0.21.0.
Commits
  • 5b64a1f Merge pull request #3797 from Kotlin/version-1.7.2
  • 71793d9 Version 1.7.2
  • c7545b5 Fix newSingleThreadContext awaiting cancelled scheduled coroutines (#3769)
  • 897599f Merge branch 'master' into develop
  • d4f45b6 Do not track coroutines with empty coroutine context in DebugProbes (#3784)
  • 5664713 Formalize the internal IDEA dependencies for binary compatibility (#3746)
  • c485118 Merge pull request #3791 from Kotlin/bobova/up-config
  • a241dcf Update atomicfu & binary-compatibility-validator (#3792)
  • c6a3920 Update user projects config: adapt build script to new TeamCity variables
  • acc6acd OptIn for ExperimentalNativeApi (#3788)
  • Additional commits viewable in compare view

Updates logstash-logback-encoder from 7.3 to 7.4

Release notes

Sourced from logstash-logback-encoder's releases.

logstash-logback-encoder-7.4

Special thanks to three new contributors for this release!

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

📖 Documentation, Tests and Build

🆙 Dependency Upgrades

New Contributors

Full Changelog: logfellow/logstash-logback-encoder@logstash-logback-encoder-7.3...logstash-logback-encoder-7.4

Commits
  • 6387ec0 [maven-release-plugin] prepare release logstash-logback-encoder-7.4
  • 1ac92af [release]
  • 93bf720 Update license year to 2023 (#971)
  • 568466b Add MDC entry writers to be able to convert values (#957)
  • d23b70d Update yourkit logo in README.md
  • f65ce33 Merge pull request #964 from logfellow/dependabot/maven/com.fasterxml.jackson...
  • 9823bdf Merge pull request #968 from rdesgroppes/honor-user-overriden-json-generator-...
  • 16c92fc Merge pull request #954 from mmienko/support-key-value-fluent-api
  • 07314e5 Renames, cleanup, and more tests for key value pairs
  • 9e55a5b Test result JSON across multiple types
  • Additional commits viewable in compare view

Updates embedded-postgres-binaries-bom from 12.15.0 to 13.4.0

Release notes

Sourced from embedded-postgres-binaries-bom's releases.

v13.4.0

No release notes provided.

v13.3.0

No release notes provided.

v13.2.0

No release notes provided.

v13.1.0-1

Changes:

  • Fixed missing libz library in macOS binaries (#21)
    • Fixes compatibility issue with macOS Mojave and later

v13.1.0

No release notes provided.

v13.0.0

No release notes provided.

Commits
  • 95ed813 Merge pull request #41 from zonkyio/upgrade-postgres-versions
  • f0cd087 upgrade postgres versions to the latest ones
  • 284550c Merge pull request #40 from hordijk/upgrade-postgres-versions
  • 79327ab Upgrade postgres versions to the latest ones
  • 3b1c0bd update documentation
  • ac5b8da Merge pull request #39 from zonkyio/gradle-6.8.3
  • c2a3e99 #36 refactoring common configuration
  • f8e8c79 Merge pull request #38 from zonkyio/gradle-6.8.3
  • 3d10551 #36 fix missing publishing repositories configuration
  • a9a7dbc Merge pull request #37 from zonkyio/gradle-6.8.3
  • Additional commits viewable in compare view

Updates json from 20230227 to 20230618

Release notes

Sourced from json's releases.

20230618

Pull Request Description
#749 Prep for release 20230618
#740 Fixed Flaky Tests Caused by JSON permutations
#734 Fixed Flaky Tests Caused by JSON permutations
#733 JSONTokener implemented java.io.Closeable
#731 Removing commented out code in JSONObject optDouble()
#729 Refactor ParserConfiguration class hierarchy
Changelog

Sourced from json's changelog.

20230618 Final release with Java 1.6 compatibility. Future releases will require Java 1.8 or greater.

Commits

Updates kotlin-maven-allopen from 1.8.22 to 1.9.0

Updates flyway-core from 9.19.4 to 9.20.1

Release notes

Sourced from flyway-core's releases.

Flyway 9.20.1

See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html

CLI artifact available here

Flyway 9.20.0

See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html

CLI artifact available here

Commits

Updates validation-model from 1.22.2 to 1.24.1

Commits
  • 8dde38a Merge pull request #575 from veraPDF/release1.24
  • 66c1fcd REL - Release v1.24
  • 2af71af RC - v1.24
  • e1d2492 Merge pull request #573 from veraPDF/th_default_scope
  • b5db1d5 PDF/UA-1 validation. Disable default scope for TH
  • e73c9c2 Merge pull request #572 from veraPDF/document_version
  • 21f65f4 Fix getVersion in GFPDDocument and getColorants in GFPDDeviceN
  • 43bf8c0 Merge pull request #570 from veraPDF/name_key_string_value
  • 0f416e3 Replace getStringKey to getNameKeyStringValue
  • d63b49f Merge pull request #571 from veraPDF/xmp_creator_size
  • Additional commits viewable in compare view

Updates logback-classic from 1.4.7 to 1.4.8

Commits
  • 60f4910 prepare release 1.4.8
  • ca7fbc7 link logbackMDCAdapter in LoggerContext, fixes LOGBACK-1742
  • 9e833ec ongoing work on JsonEncoder LOGBACK-1734
  • 97e5175 ongoing work on JsonEnconder
  • f7ae802 fix LOGBACK-1737
  • f93f3bb remove older JsonEncoder
  • 22da156 ongoing work on JsonEscapeUtil
  • b8e0936 add constant to restore text attributes
  • ec508c4 [LOGBACK-1736] Make OSGi S.L.M. requirement for Configurator optional
  • a61d8c4 Update README.md
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

Bumps the maven group with 8 updates:

| Package | Update |
| --- | --- |
| [kotlinx-coroutines-reactor](https://github.com/Kotlin/kotlinx.coroutines) | 1.7.1 to 1.7.2 |
| [logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) | 7.3 to 7.4 |
| [embedded-postgres-binaries-bom](https://github.com/zonkyio/embedded-postgres-binaries) | 12.15.0 to 13.4.0 |
| [json](https://github.com/douglascrockford/JSON-java) | 20230227 to 20230618 |
| kotlin-maven-allopen | 1.8.22 to 1.9.0 |
| [flyway-core](https://github.com/flyway/flyway) | 9.19.4 to 9.20.1 |
| [validation-model](https://github.com/veraPDF/veraPDF-validation) | 1.22.2 to 1.24.1 |
| [logback-classic](https://github.com/qos-ch/logback) | 1.4.7 to 1.4.8 |


Updates `kotlinx-coroutines-reactor` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.1...1.7.2)

Updates `logstash-logback-encoder` from 7.3 to 7.4
- [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases)
- [Commits](logfellow/logstash-logback-encoder@logstash-logback-encoder-7.3...logstash-logback-encoder-7.4)

Updates `embedded-postgres-binaries-bom` from 12.15.0 to 13.4.0
- [Release notes](https://github.com/zonkyio/embedded-postgres-binaries/releases)
- [Commits](zonkyio/embedded-postgres-binaries@v12.15.0...v13.4.0)

Updates `json` from 20230227 to 20230618
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Updates `kotlin-maven-allopen` from 1.8.22 to 1.9.0

Updates `flyway-core` from 9.19.4 to 9.20.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.19.4...flyway-9.20.1)

Updates `validation-model` from 1.22.2 to 1.24.1
- [Commits](veraPDF/veraPDF-validation@v1.22.2...v1.24.1)

Updates `logback-classic` from 1.4.7 to 1.4.8
- [Commits](qos-ch/logback@v_1.4.7...v_1.4.8)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: net.logstash.logback:logstash-logback-encoder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: io.zonky.test.postgres:embedded-postgres-binaries-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.verapdf:validation-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 17, 2023 08:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 17, 2023
@albrektsson albrektsson merged commit 4737f62 into master Jul 17, 2023
1 check passed
@albrektsson albrektsson deleted the dependabot/maven/maven-2dc5ab6a81 branch July 17, 2023 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant