HHH-7519 Upgrade byteman version

This commit is contained in:
Brett Meyer 2013-02-20 16:32:20 -05:00
parent 42cf4e0789
commit eb459a4bff
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ Bug
[HHH-6643] - Criteria doesn't support a chaining of 2 not restrictions (sql = not not criterion)
[HHH-7304] - NaturalIdResolutionCache not correctly filled on first persist when @GeneratedValue-@Id
[HHH-7437] - Classcast issue with new property auditing feature of Envers(withModifiedFlag)
[HHH-7519] - Upgrade byteman version
[HHH-7561] - PersistenceUnitUtil.getIdentifier returning null for a persisted proxy
[HHH-7608] - @OrderBy in combination with @Formula fails
[HHH-7781] - HQL - setFirstResult generates invalid SQL when CAST is used in HQL (or JPQL) on SQLServer2008Dialect

View File

@ -5,7 +5,7 @@ ext {
slf4jVersion = '1.6.1'
junitVersion = '4.10'
h2Version = '1.2.145'
bytemanVersion = '1.5.2'
bytemanVersion = '2.1.2'
infinispanVersion = '5.2.0.Beta3'
jnpVersion = '5.0.6.CR1'