skuber
skuber copied to clipboard
A Scala Kubernetes client library
## About this PR 📦 Updates [org.scalacheck:scalacheck](https://github.com/typelevel/scalacheck) from `1.15.4` to `1.18.0` 📜 [GitHub Release Notes](https://github.com/typelevel/scalacheck/releases/tag/v1.18.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long...
## About this PR 📦 Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from `2.12.17` to `2.12.20` 📜 [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.20) - [Version Diff](https://github.com/scala/scala/compare/v2.12.17...v2.12.20) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml/src) from `2.0` to `2.3` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR 📦 Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.9.13` to `3.11.3` 📜 [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.11.3) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [commons-codec:commons-codec](https://github.com/apache/commons-codec) from `1.15` to `1.17.1` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR 📦 Updates org.specs2:specs2-core from `4.17.0` to `4.20.9` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR 📦 Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.9.13` to `3.12.2` 📜 [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.12.2) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
This code: ```scala implicit val base64Format: Format[Array[Byte]] = ( JsPath.format[String].inmap(s => Base64.decodeBase64(s), (bytes: Array[Byte]) => Base64.encodeBase64String(bytes)) ) ``` https://github.com/doriordan/skuber/blob/master/client/src/main/scala/skuber/json/package.scala#L1070-L1072 Is fundamentally broken. `JsPath.format` is used to read and produce JSON...
## About this PR 📦 Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.9.13` to `3.12.0` 📜 [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.12.0) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [com.github.sbt:sbt-git](https://github.com/sbt/sbt-git) from `2.0.0` to `2.1.0` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-git/releases/tag/v2.1.0) - [Version Diff](https://github.com/sbt/sbt-git/compare/v2.0.0...v2.1.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...