dependabot[bot]
d82328338d
build(deps): bump com.fasterxml.jackson.core:jackson-databind ( #3240 )
...
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson ) from 2.17.2 to 2.18.3.
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.18.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 20:58:25 +03:00
Ilkka Seppälä
0ca162a55c
deps: Refactor dependencies ( #3224 )
...
* remove spring dep
move junit, logging, mockito under dep mgmt
* upgrade anti-corruption-layer deps
* async method invocation
* balking, bloc
* bridge to bytecode
* caching
* callback - cqrs
* component - health check
* hexagonal - metadata mapping
* rest of the patterns
* remove checkstyle, take spotless into use
2025-03-29 19:34:27 +02:00
dependabot[bot]
f0f4c7d4c0
build(deps): bump com.fasterxml.jackson.core:jackson-core ( #3171 )
...
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core ) from 2.18.1 to 2.18.2.
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.1...jackson-core-2.18.2 )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-12 19:06:39 +02:00
dependabot[bot]
391aec449b
build(deps): bump com.fasterxml.jackson.core:jackson-core ( #3091 )
...
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core ) from 2.17.2 to 2.18.1.
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.2...jackson-core-2.18.1 )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-15 21:06:30 +02:00
dependabot[bot]
1d454f7721
build(deps): bump com.fasterxml.jackson.core:jackson-core ( #3008 )
...
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core ) from 2.17.1 to 2.17.2.
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.1...jackson-core-2.17.2 )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 08:51:14 +03:00
dependabot[bot]
f22eda8d44
build(deps): bump com.fasterxml.jackson.core:jackson-databind ( #3010 )
...
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson ) from 2.17.1 to 2.17.2.
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 08:50:51 +03:00
dependabot[bot]
f8c7c040a6
build(deps): bump com.fasterxml.jackson.core:jackson-core ( #2941 )
...
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core ) from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.17.0...jackson-core-2.17.1 )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-06 08:28:23 +03:00
dependabot[bot]
176a8db87f
build(deps): bump com.fasterxml.jackson.core:jackson-databind ( #2944 )
...
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson ) from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson/commits )
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-07 12:25:02 +03:00
Surjendu
9f97c1505d
deps : upgrade the jackson-databind to latest version(2.17.0) ( #2885 )
2024-04-02 20:36:39 +03:00
Sashir Estela
f65bb820d8
feature: #2542 Dynamic proxy pattern ( #2814 )
...
* #2542 First commit
* #2542 Fixing comments
* #2542 Refactoring code
* #2542 Update Readme
* #2542 Add mockito dependencies
* #2542 Add unit test
* #2542 Fixes for testing
* #2542 Fixing typos
* #2542 Fixing SonarLint issues
* #2542 Fixing code review
---------
Co-authored-by: Sashir Estela <sashirestela@yahoo.com >
Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com >
2024-03-23 12:34:32 +02:00