Code commits
openmrs-core master
-
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 520e4c6c716629c1016e44f6e410ce48399c2760
maven(deps): bump net.bytebuddy:byte-buddy-agent from 1.15.11 to 1.16.1 (#4893)
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.15.11 to 1.16.1.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.11...byte-buddy-1.16.1)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy-agent
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>- pom.xml (version 520e4c6c716629c1016e44f6e410ce48399c2760)
-
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 5740a17ca10c0f32c03e570ba765a25f53e5ecde
maven(deps): bump net.bytebuddy:byte-buddy from 1.15.11 to 1.16.1 (#4894)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.11 to 1.16.1.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.11...byte-buddy-1.16.1)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
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>- pom.xml (version 5740a17ca10c0f32c03e570ba765a25f53e5ecde)
-
Ryan McCauley <32387857+k4pran@users.noreply.github.com> 4a28258850d87167823fedf519544df9d6051113
TRUNK-6289 Update liquibase to 4.31.0 (#4891)
- api/src/main/java/org/openmrs/liquibase/ChangeLogDetective.java (version 4a28258850d87167823fedf519544df9d6051113)
- api/src/main/java/org/openmrs/liquibase/LiquibaseScopeHandling.java (version 4a28258850d87167823fedf519544df9d6051113)
- api/src/main/java/org/openmrs/util/DatabaseUpdater.java (version 4a28258850d87167823fedf519544df9d6051113)
- api/src/main/java/org/openmrs/util/OpenmrsConstants.java (version 4a28258850d87167823fedf519544df9d6051113)
- liquibase/pom.xml (version 4a28258850d87167823fedf519544df9d6051113)
- liquibase/src/main/resources/log4j2.xml (version 4a28258850d87167823fedf519544df9d6051113)
- pom.xml (version 4a28258850d87167823fedf519544df9d6051113)
- webapp/src/main/resources/log4j2.xml (version 4a28258850d87167823fedf519544df9d6051113)
-
Daniel Kayiwa adb36cd731cab91faafa7d0d46f05a695531fe7f
Fix failing CustomDatatypeUtilTest
(cherry picked from commit b436bc08228086c1e8ba1589056ee043dde53f0b)- api/src/main/java/org/openmrs/customdatatype/CustomDatatypeUtil.java (version adb36cd731cab91faafa7d0d46f05a695531fe7f)
-
Daniel Kayiwa dca1109aab08a7e8a7effd7cbac00fdef51d7a6e
More unescaping of xml like for the address layout template
- api/src/main/java/org/openmrs/customdatatype/CustomDatatypeUtil.java (version dca1109aab08a7e8a7effd7cbac00fdef51d7a6e)
- api/src/main/java/org/openmrs/layout/address/AddressSupport.java (version dca1109aab08a7e8a7effd7cbac00fdef51d7a6e)
- api/src/main/java/org/openmrs/layout/name/NameSupport.java (version dca1109aab08a7e8a7effd7cbac00fdef51d7a6e)
- api/src/main/java/org/openmrs/validator/PersonAddressValidator.java (version dca1109aab08a7e8a7effd7cbac00fdef51d7a6e)