Skip to content

Commit

Permalink
This PR contains the following updates:
Browse files Browse the repository at this point in the history
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
| [org.postgresql:postgresql](https://jdbc.postgresql.org)
([source](https://github.com/pgjdbc/pgjdbc)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `42.7.4` -> `42.7.5` |
|
[org.jetbrains.kotlinx:kotlinx-html-jvm](https://github.com/Kotlin/kotlinx.html)
| dependencies | misk/gradle/libs.versions.toml | gradle | minor |
`0.11.0` -> `0.12.0` |
| [org.jooq:jooq](http://www.jooq.org)
([source](https://github.com/jOOQ/jOOQ)) | dependencies |
misk/gradle/libs.versions.toml | gradle | patch | `3.18.24` -> `3.18.25`
|
| [com.datadoghq:dd-trace-api](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.45.0` -> `1.45.1` |
| [com.datadoghq:dd-trace-ot](https://github.com/datadog/dd-trace-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.45.0` -> `1.45.1` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.51` -> `2.29.52` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.51` -> `2.29.52` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.51` -> `2.29.52` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.51` -> `2.29.52` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.51` -> `2.29.52` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.51` -> `2.29.52` |

---

### Release Notes

<details>
<summary>Kotlin/kotlinx.html
(org.jetbrains.kotlinx:kotlinx-html-jvm)</summary>

###
[`v0.12.0`](https://github.com/Kotlin/kotlinx.html/releases/tag/0.12.0)

#### What's Changed

- Added HTML templates by [@&#8203;e5l](https://github.com/e5l) in
Kotlin/kotlinx.html#255
- Replace usage js with WasmJs in README.md by
[@&#8203;e5l](https://github.com/e5l) in
Kotlin/kotlinx.html#257
- Improve Gradle build logic by
[@&#8203;hfhbd](https://github.com/hfhbd) in
Kotlin/kotlinx.html#258
- Use kotlin.test everywhere by
[@&#8203;hfhbd](https://github.com/hfhbd) in
Kotlin/kotlinx.html#259
- Replace custom time handling with kotlin.time.TimeSource by
[@&#8203;hfhbd](https://github.com/hfhbd) in
Kotlin/kotlinx.html#260
- Add contracts to node append and tag declaration calls by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#264
- Added "as" attribute for Link tag by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#265
- Added IE-specific values for textarea wrap attribute by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#266
- Reducing the amount of compiler warnings in gen-enums.kt by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#269
- Added "referrerpolicy", "media", and "download" attributes for "a" tag
by [@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#270
- Fixing typo in area attribute by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#271
- Updating Github Actions and enabling cross-platform testing by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#272
- Improving Tag Generation by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#274
- Added srcset attribute to "source" tag by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#273
- Added "auto" value for "dir" attribute by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#275
- Upgrading Kotlin to 2.0.0 by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#282
- Reworked the validation of attribute names to better correspond to
HTML standards by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#276
- Make attribute traits inheritable by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#280
- Using correct string type for input attribute "autocomplete" by
[@&#8203;severn-everett](https://github.com/severn-everett) in
Kotlin/kotlinx.html#278
- Support android native targets and wasm-wasi by
[@&#8203;whyoleg](https://github.com/whyoleg) in
Kotlin/kotlinx.html#288

#### New Contributors

- [@&#8203;hfhbd](https://github.com/hfhbd) made their first
contribution in Kotlin/kotlinx.html#258
- [@&#8203;whyoleg](https://github.com/whyoleg) made their first
contribution in Kotlin/kotlinx.html#288

**Full Changelog**:
Kotlin/kotlinx.html@0.11.0...0.12.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am
every weekday" in timezone Australia/Melbourne, Automerge - At any time
(no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

GitOrigin-RevId: 3e633633f6599555fd8c75c49d915b16242cac27
  • Loading branch information
github-cash-renovate-jvm-2 authored and svc-squareup-copybara committed Jan 15, 2025
1 parent 300c730 commit a12bfa1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
awaitility = "4.2.2"
aws1 = "1.12.780"
aws2 = "2.29.51"
aws2 = "2.29.52"
bucket4j = "8.8.0"
datadog = "1.45.0"
datadog = "1.45.1"
dependencyAnalysisPlugin = "2.7.0"
detekt = "1.23.7"
docker = "3.4.1"
Expand Down Expand Up @@ -136,7 +136,7 @@ jettyWebsocketApi = { module = "org.eclipse.jetty.websocket:websocket-jetty-api"
jettyWebsocketServer = { module = "org.eclipse.jetty.websocket:websocket-jetty-server" }
jgit = { module = "org.eclipse.jgit:org.eclipse.jgit", version = "5.13.3.202401111512-r" }
jnrUnixsocket = { module = "com.github.jnr:jnr-unixsocket", version = "0.38.23" }
jooq = { module = "org.jooq:jooq", version = "3.18.24" }
jooq = { module = "org.jooq:jooq", version = "3.18.25" }
jooqGradlePlugin = { module = "nu.studer:gradle-jooq-plugin", version = "9.0" }
jsqlparser = { module = "com.github.jsqlparser:jsqlparser", version = "5.1" }
junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
Expand All @@ -158,7 +158,7 @@ kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
kotlinRetry = { module = "com.michael-bull.kotlin-retry:kotlin-retry", version = "1.0.9" }
kotlinStdLibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kotlinXHtml = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version = "0.11.0" }
kotlinXHtml = { module = "org.jetbrains.kotlinx:kotlinx-html-jvm", version = "0.12.0" }
kotlinxCoroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.9.0" }
kotlinxCoroutinesDebug = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-debug", version = "1.9.0" }
kotlinxCoroutinesJdk8 = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8", version = "1.9.0" }
Expand Down Expand Up @@ -190,7 +190,7 @@ openTracingJdbc = { module = "io.opentracing.contrib:opentracing-jdbc", version
openTracingMock = { module = "io.opentracing:opentracing-mock", version = "0.33.0" }
openTracingOkHttp = { module = "io.opentracing.contrib:opentracing-okhttp3", version = "3.0.0" }
openTracingUtil = { module = "io.opentracing:opentracing-util", version = "0.33.0" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.4" }
postgresql = { module = "org.postgresql:postgresql", version = "42.7.5" }
prometheusClient = { module = "io.prometheus:simpleclient" }
prometheusClientBom = { module = "io.prometheus:simpleclient_bom", version = "0.16.0" }
prometheusClientCommon = { module = "io.prometheus:simpleclient_common" }
Expand Down

0 comments on commit a12bfa1

Please sign in to comment.